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

macduffproffitt's profile - activity

2018-07-06 03:44:48 -0500 received badge  Famous Question (source)
2015-03-26 05:43:55 -0500 received badge  Taxonomist
2014-09-03 16:00:36 -0500 received badge  Famous Question (source)
2014-03-28 06:34:38 -0500 received badge  Notable Question (source)
2014-03-28 06:34:38 -0500 received badge  Popular Question (source)
2014-01-22 12:07:53 -0500 asked a question Create DAE world file from LiDAR data

I am working on a vehicle simulator project and am responsible for the simulation world. We're using Gazebo and have all of our infrastructure in ROS Hydro on Ubuntu 12.04. We have many point cloud maps of roadways we want to simulate in Gazebo to interface with our system, but currently have no way to create high-fidelity DAE world files from this LiDAR data. Several members of the team have worked with pycollada, Google Sketchup and Google Earth, SolidWorks, and even trying to create a .dae from scratch with no luck. How do you do this? Can anyone point me in the right direction? Thanks for your help

2013-02-01 01:39:57 -0500 received badge  Popular Question (source)
2013-02-01 01:39:57 -0500 received badge  Notable Question (source)
2012-04-12 06:52:49 -0500 asked a question problems with points_and_lines tutorial

I'm new to Ubuntu and ROS and I'm trying to use your tutorial to get myself started with rviz and ROS visualization capabilities. Ultimately I want to read from SICK LiDAR and visualize the point clouds generated from that.

I am encountering errors trying to run the tutorial here, and hoped you could help me.

First in my ros_workspace I created a package using_markers

Then I created a file points_and_lines.cpp and pasted your code into it

I then copied points_and_lines.cpp into an srv folder in the using_markers package using roscp

This all executed without a problem

Where I began encountering issues was when I tried to execute rosmake on the file as instructed in the tutorial. 14/15 operations execute, but the 15th fails issuing the warning WARNING: Skipped command line arguments: ['points_and_lines.cpp'] because they could not be resolved to a stack name or a package name.

As I said I am new to Linux and ROS and I imagine I have made some strange syntax errror; have you ever encountered this before and how can I resolve it?