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

how to install geometry_msgs on raspberry pi

asked 2017-03-01 17:47:33 -0500

Vinh K gravatar image

can someone show me how to install geometry_msgs on raspberry Pi 2?

edit retag flag offensive close merge delete

Comments

2

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

raspet gravatar image raspet  ( 2017-03-02 09:47:02 -0500 )edit

I have Raspbian Jessie. But having many issues getting packages install. I'll use Ubuntu Mate. Thanks

Vinh K gravatar image Vinh K  ( 2017-03-02 10:57:20 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2017-06-26 08:47:21 -0500

Ameer Hamza Khan gravatar image

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.

edit flag offensive delete link more
0

answered 2019-01-31 09:24:07 -0500

tobidelbruck gravatar image

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)

edit flag offensive delete link more

Comments

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.

gvdhoorn gravatar image gvdhoorn  ( 2019-01-31 11:56:31 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-03-01 17:47:33 -0500

Seen: 5,620 times

Last updated: Jun 26 '17