mateuszwagner / majack_tutorial

First ROS project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

majack_tutorial

First ROS project

Important commands:

  • roscore

  • rosrun [name of package] [name of node]

  • rosnode list - lists all running nodes

  • rostopic echo [name of topic]

  • roslaunch [name of package] [name of file] - starts a .launch file

  • rosrun turlesim turtlesim_node / rosrun turtlesim turtle_teleop_key

  • catkin_make

http://wiki.ros.org/Sensors/Cameras http://wiki.ros.org/ueye http://wiki.ros.org/camera_calibration http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration https://www.uco.es/investiga/grupos/ava/node/26

About

First ROS project


Languages

Language:C++ 51.6%Language:CMake 47.5%Language:C 1.0%