how to install geometry_msgs on raspberry pi
can someone show me how to install geometry_msgs on raspberry Pi 2?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
can someone show me how to install geometry_msgs on raspberry Pi 2?
Download common messages from here: https://github.com/ros/common_msgs and place it in src folder. Then run catkin_make in your workspace. It will install all common message type including geometry_msgs. If you only want geometry messages then download the geometry_msgs folder.
Thanks for this useful answer. On RPi, this worked for me. In my /home/pi/catkin_make_ws/src folder, I cloned the entire common_msgs repo with following
cd ~/catkin_make_ws/src git clone https://github.com/ros/common_msgs.git cd .. catkin_make
Much more straightforward than trying sudo apt install ros-geometry-msgs, rosinstall, rosdep (I'm a complete newbie to ROS, so these commands are mysterious to me)
Much more straightforward than trying sudo apt install ros-geometry-msgs, rosinstall, rosdep (I'm a complete newbie to ROS, so these commands are mysterious to me)
that's not ROS, that's Debian / apt
package management.
And rosinstall
+rosdep
should not be needed if you already used apt
.
Asked: 2017-03-01 17:47:33 -0600
Seen: 6,179 times
Last updated: Jun 26 '17
which is the best board to use with ros?
Problem using the provided groovy RPi Image
tutorial ROSberryPi Setting up Hydro on RaspberryPi failing on rosconsole
RosTutorials won't build on Raspberry Pi running Hydro
Raspberry Pi +Hydro + Openni/freenect
How can i create a package compiled on raspberry pi?
Best way to install ROS Groovy in Raspberry Pi? [closed]
ROS Hydro-held broken packages [closed]
What is your operative system? I encountered lots of problems for raspbian and switched to ubuntu mate 14.04 and everything worked like a charm
I have Raspbian Jessie. But having many issues getting packages install. I'll use Ubuntu Mate. Thanks