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

GPaolo's profile - activity

2022-07-22 05:08:14 -0500 received badge  Nice Question (source)
2018-10-04 13:30:08 -0500 received badge  Famous Question (source)
2017-07-18 18:27:30 -0500 received badge  Famous Question (source)
2017-07-18 18:27:30 -0500 received badge  Notable Question (source)
2017-05-31 03:32:10 -0500 received badge  Popular Question (source)
2017-05-31 03:32:10 -0500 received badge  Notable Question (source)
2017-03-09 04:16:52 -0500 asked a question ROSberryPi - Install new packages

Hi all! I am not totally new to ROS,but it is the first time I use it on a Raspberry Pi. I have a question regarding the installation of new packages on Rosberry Pi. Do I have to launch this command everytime I install a new package?

sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo

Can't I just use catkin_make --pkg and compile just that new package? Cause this catkin_make_isolated takes a lot of time. Moreover do I have to use that one also when I create a pkg by myself or can I just use catkin_make? Thx!!

2016-10-25 05:50:16 -0500 received badge  Popular Question (source)
2016-10-25 00:23:09 -0500 received badge  Student (source)
2016-10-24 06:02:00 -0500 asked a question How do I send numpy array with ROS services?

Hi, I am writing a service in ROS and need to send 3D numpy arrays through this service. I know that for the messages there is numpy_msg, but haven't found anything similar for the services. Thanks for the help! :D