ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

raushan's profile - activity

2020-12-08 03:45:17 -0500 answered a question how to install rosserial package

more general command would be sudo apt-get install ros-$ROS_DISTRO-rosserial-arduino

2020-08-20 21:58:57 -0500 received badge  Enthusiast
2020-08-15 04:12:59 -0500 answered a question roswarn in cpp

One can use ROS_DEBUG, ROS_INFO, ROS_WARN, ROS_ERROR and ROS_FATAL as of requirement for Example : ROS_DEBUG("Hello %s

2020-07-22 06:23:06 -0500 answered a question Ubuntu 18 some kinetic packages not found in melodic

you need to install from source. 1 cd ~/catkin_ws/src 2 git clone https://github.com/ropo_folder_name 3 cd .. 4 catkin

2019-09-20 10:40:45 -0500 answered a question how to change my source directory

Just run it and enjoy. cd ~/catkin_ws/ && rm -r build devel && catkin_make

2019-09-20 09:53:19 -0500 received badge  Supporter (source)