chrisspen / ros_mpu6050_node

ROS driver for the MPU6050 IMU and DMP.
MIT License
47 stars 35 forks source link

problem with usage #3

Open habib-Boloorchi opened 6 years ago

habib-Boloorchi commented 6 years ago

I tried to use this code on raspbery pi3 with ros kinetic and got this error : pi@raspberrypi:~/catkin_workspace $ sudo bash -c "source ~/catkin_workspace/devel/setup.bash; roslaunch ros_mpu6050_node mpu6050.launch" bash: /root/catkin_workspace/devel/setup.bash: No such file or directory bash: roslaunch: command not found I would appreciate your help with this issue

juliangaal commented 5 years ago

This is not an issue with the driver, but your installation/wrong folders

zoldaten commented 2 years ago

put the full path, e.i.: sudo bash -c "source /home/pi/catkin_workspace/devel/setup.bash; roslaunch ros_mpu6050_node mpu6050.launch"