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

tony.hegyes's profile - activity

2017-01-18 01:40:50 -0500 received badge  Famous Question (source)
2017-01-18 01:40:50 -0500 received badge  Notable Question (source)
2016-04-11 10:46:39 -0500 received badge  Popular Question (source)
2016-03-24 16:41:55 -0500 commented question Run hector_compressed_map_transport?

I removed and installed it again, but no luck. However, I tried it on a friend's computer and it works perfectly fine. I assume it must be some issue arising from the fact that my ROS is installed in a CHROOT.

I will move my work on a secondary computer where I don't need the CHROOT.

Thanks!

2016-03-20 18:15:45 -0500 commented question Run hector_compressed_map_transport?

It's as if the executable just doesn't exist ... I was thinking about compiling the project from source instead of installing it through apt-get, but I thought that I was just doing something wrong maybe ...

2016-03-20 18:15:05 -0500 commented question Run hector_compressed_map_transport?

roscd hector_compressed_map_transport changes the location to /opt/ros/indigo/share/h ector_compressed_map_transport, as expected.

Running the same command on hector_geotiff changes the location to /opt/ros/indigo/share/h ector_compressed_map_transport, again as expected.

2016-03-15 10:20:50 -0500 asked a question Run hector_compressed_map_transport?

Hello everyone,

I've been trying to use the hector_map stack ( http://wiki.ros.org/hector_slam?distr... ) for generating an occupancy grid of an environment using laser scan data.

My team and I wanted to use opencv to detect specific shapes of obstacles on the map and for that we need to transform the occupancy grid into an image which is being done by the hector_compressed_map_transport ( http://wiki.ros.org/hector_compressed... ).

However, each time we try to run it with the following command:

rosrun hector_compressed_map_transport map_to_image_node

we get the following error:

[rosrun] Couldn't find executable named map_to_image_node below /opt/ros/indigo/share/hector_compressed_map_transport

The hector_slam stack was installed using the following command:

sudo apt-get install ros-indigo-hector-slam

Actually, the only node we have been able to successfully run was the hector_mapping node from the hector_mapping package. All other nodes from any other packages return the same error. However, when using the launch file from the tutorials, the hector_geotiff node does run (but not with rosrun), and we have not been able to successfully modify a launch file to run hector_compressed_map_transport.

Thank you for your time!