ROS package to communicate with GrSim. This package subscribes to /grsim_data and converts it into GRSIm Protobuf format and then sends it to GrSim to be able to be visualized.
======
Dependencies: GrSim
- Clone the repository grSim and follow the instructions in it's Install file.
- Clone the repository krssg_ssl_msgs in the catkin workspace.
- Clone this repository in your catkin workspace.
- Run
catkin_make
in workspace root. - Run
roscore
rosrun grsim_comm grsim_node
This runs the subscriber that subscribes to /grsim_data and executes them on grsim.
##Optional:
This subscriber can be tested using the following command which sends hard coded data to revolve robot ID 1 in a circle of fixed radius.
rosrun grsim_comm test_ssl