Skip to content

Dtananaev/ROS_nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Nodes

Build Status BSD2 License

It contains:

  • graph_planner graph_planner
    • To install use: catkin_make -j1
    • To run: roslaunch graph_planner graph.launch
  • multimaster_example multimaster_example
    • To install use: catkin_make -j1
    • To run:
      • open launch file ../multimaster_example/launch/multimaster.launch and add the ip of foreign PC and port of roscore
      • run roscore on both PC (not necessary to run roscore on foreign PC before launching multimaster because it has autoconnect)
      • run talker node: rosrun multimaster_example talker
      • run multimaster: roslaunch multimaster_example multimaster.launch
    • Troubleshooting:
      • Problem with sending messages between PCs, type on both PC (add to ~/.bashrc): export ROS_HOSTNAME=ip_adress_of_pc(e.g.export ROS_HOSTNAME=192.168.0.10 )
  • multimaster - the full version of the multimaster which allows to broadcast the list of topics and tf transforms from host pc to foreign pc. This list specified in the config.yaml file. Other properties specified in the launch file (see multimaster.launch). multimaster
    • To install use: catkin_make -j1
    • To run:
      • open launch file ../multimaster/launch/multimaster.launch and add the ip of foreign PC and port of roscore
      • open the file multimaster/config.yaml and specify the lists of topics that you want to broadcasts to foreign PC
      • run roscore on both PC (not necessary to run roscore on foreign PC before launching multimaster because it has autoconnect)
      • run multimaster: roslaunch multimaster multimaster.launch
    • Troubleshooting:
      • Problem with sending messages between PCs, type on both PC (add to ~/.bashrc): export ROS_HOSTNAME=ip_adress_of_pc(e.g.export ROS_HOSTNAME=192.168.0.10 )

About

The nodes for ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published