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

pacifica's profile - activity

2023-06-27 17:28:07 -0500 received badge  Popular Question (source)
2023-01-04 17:48:12 -0500 asked a question Import external modules python3 and ROS2

Import external modules python3 and ROS2 Hi Guys, I am quite new of ROS2 world. I am trying to develop a python node bu

2023-01-04 17:46:17 -0500 asked a question import external modules ROS2 python

import external modules ROS2 python Hi Guys, I am quite new of ROS2 world. I am trying to develop a python node but I a

2022-05-24 12:28:49 -0500 received badge  Famous Question (source)
2020-08-11 16:33:23 -0500 received badge  Famous Question (source)
2020-08-11 16:33:23 -0500 received badge  Notable Question (source)
2020-08-11 16:33:23 -0500 received badge  Popular Question (source)
2020-06-06 17:49:34 -0500 received badge  Nice Answer (source)
2020-04-27 02:53:49 -0500 received badge  Famous Question (source)
2020-04-20 02:32:19 -0500 received badge  Nice Question (source)
2020-04-01 10:45:28 -0500 asked a question reprojectImageTo3D output to point cloud

reprojectImageTo3D output to point cloud Hi to all, I have a stereo camera and my goal is to obtain the 3d Point cloud

2020-03-21 18:29:18 -0500 received badge  Notable Question (source)
2020-03-21 18:29:18 -0500 received badge  Popular Question (source)
2019-12-16 08:13:09 -0500 commented answer 3d slam with 2d sensor

Thank you for your comment. Sure I could try using a classical 3d slam algorithm converting Laser data in point cloud. I

2019-12-13 05:45:48 -0500 received badge  Enthusiast
2019-12-13 05:24:08 -0500 received badge  Notable Question (source)
2019-12-11 16:31:02 -0500 received badge  Popular Question (source)
2019-12-11 07:03:48 -0500 asked a question 3d slam with 2d sensor

3d slam with 2d sensor Hi guys, I am wandering if any software exists to perform 3d SLAM with a 2d laser scanner. In pr

2019-10-15 02:17:34 -0500 asked a question Mimic joints with KDL

Mimic joints with KDL Hi to all, I am addressing an issue using KDL to solve Inverse Kinematic problem and mimic joints

2019-10-15 02:15:21 -0500 asked a question Mimic joints with KDL

Mimic joints with KDL Hi to all, I am addressing an issue using KDL to solve Inverse Kinematic problem and mimic joints

2018-06-08 13:12:52 -0500 received badge  Notable Question (source)
2017-11-02 15:07:20 -0500 received badge  Famous Question (source)
2017-10-25 10:47:31 -0500 commented question Error using depth sensor in Gazebo 7

Hi jarvisschultz. Thanks to your suggestion I think that my issue was (probably) related to graphic acceleration or grap

2017-10-25 09:34:10 -0500 received badge  Notable Question (source)
2017-10-25 08:14:08 -0500 commented question Error using depth sensor in Gazebo 7

Thank you. I will follow you suggestion.

2017-10-25 08:12:56 -0500 received badge  Popular Question (source)
2017-10-25 07:21:41 -0500 edited question Error using depth sensor in Gazebo 7

Error using depth sensor in Gazebo 7 Hi all, I am using Ros kinetic, with Ubuntu 16.04. I am running Gazebo 7, trying t

2017-10-25 07:10:19 -0500 asked a question Error using depth sensor in Gazebo 7

Error using depth sensor in Gazebo 7 Hi all, I am using Ros kinetic, with Ubuntu 16.04. I am running Gazebo 7, trying t

2016-11-16 08:57:40 -0500 marked best answer sensor_msgs/CompressedImage decompression

Hi all!

I cannot use this type of data: sensor_msgs/CompressedImage. I've trasformed the originale image stream with the "image_transport" package, to send image over internet. Now i need to trasform this compressed image in a usable image (a sensor_msgs/Image or somethink like).

Any suggestions??

Thanks a lot!

2016-09-02 02:35:31 -0500 received badge  Popular Question (source)
2016-08-28 09:20:41 -0500 asked a question URDF from joint_states

Hi everybody!

I am wondering if there is a way to generate the URDF model of my robot starting from the joint_states or tf messages. The fact is that I have the single parts of my robot in STL format, and I have the kinematic too. Now I need to obtain the URDF model of the robot to use it with MoveIT! ( I understand that usually the way is to generate URDF from STL and then use th e robot_state_pubilsher to obtain the joint_states message, but I have only my custom robot unassembled).

Thank you!

2015-11-16 01:31:52 -0500 marked best answer java error in "rosmake roboearth"

Hi guys!

I'm on a problem trying to compile roboearth package. I've follow the instruction posted on http://www.ros.org/wiki/roboearth, using rosinstall to download the package. When i try to compile the package with: "rosmake roboearth" i'll got a lot of error, i think that are related to some java problems. Here are the logs:

    /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:80: cannot find symbol
  symbol  : variable JSONUtils
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                    if(JSONUtils.isArray(bdg)) {
                       ^
  /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:82: cannot find symbol
  symbol  : variable JSONArray
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                        Term[] objs = JSONQuery.decodeJSONArray(JSONArray.fromObject(bdg));
                                                                ^
  /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:90: cannot find symbol
  symbol  : variable JSONUtils
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                    } else if(JSONUtils.isObject(bdg)) {
                              ^
  /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:91: cannot find symbol
  symbol  : variable JSONObject
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                        Term obj = JSONQuery.decodeJSONValue(JSONObject.fromObject(bdg));
                                                             ^
  /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:94: cannot find symbol
  symbol  : variable JSONUtils
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                    } else if(JSONUtils.isString(bdg)) {
                              ^
  /home/prisma/fuerte_workspace/stacks/knowrob/json_prolog/src/java/edu/tum/cs/ias/knowrob/json_prolog/PrologBindings.java:97: cannot find symbol
  symbol  : variable JSONUtils
  location: class edu.tum.cs.ias.knowrob.json_prolog.PrologBindings
                    } else if(JSONUtils.isNumber(bdg)) {
                              ^

I'm using Ubuntu 12.04 and ros fuerte release.

Any suggestions??

2015-11-09 08:26:32 -0500 received badge  Nice Question (source)
2015-06-29 02:22:58 -0500 marked best answer Gazebo - joints control in position

Hi Guys!

I'm new of gazebo world. I've build a little arm with 3 links and 2 joints. With the user interface i can assign a forse to a joint or a position too (in degree for example). I cannot find a way to do the same thing by the topics or services (i need to set position but i've find just this service: gazebo/apply_joint_effort but this don't help me)

Thank you!

2014-01-28 17:22:55 -0500 marked best answer compatibility cturtle - electric

Hi all,

I'm a new ros user. I'm working on a project written in ROS cturtle's version. I'm having a lot of problems infact cturtle is supported on ubuntu 10.10 (the last) and i cannot upgrade my pc with an upgraded OS. I've tried to import the project in Ros electric but i've too much compilation errors (i think that are libs problems).

There is a way to install cturtle on new OS? Or, There is a way to get compatibility between the two versions?

Thank you

2013-11-26 01:26:54 -0500 received badge  Famous Question (source)
2013-10-26 02:24:20 -0500 received badge  Notable Question (source)
2013-06-28 18:45:03 -0500 received badge  Famous Question (source)
2013-06-05 13:28:55 -0500 received badge  Popular Question (source)
2013-05-26 00:01:40 -0500 received badge  Famous Question (source)
2013-05-14 11:10:45 -0500 asked a question ompl - planning under differential constraints

Hi guys!

Anyone had never used the ompl (http://ompl.kavrakilab.org/index.html) library to plan the motion of a mobile robots ( car-like or quadrotor )?? I've read all tutorials and demos too, but, while with the geometric constraint the result are really interesting, under differential constraints the results are unusable, the planned trajectory are always approximate or too much inaccurate. I've the same results with the appgui... anyone can tell me if i wronging something? Anyone have good results??

Thanks a lot.

(NB i'm using the last version of ompl in standalone version).

2013-04-04 16:39:06 -0500 received badge  Notable Question (source)
2013-04-04 16:39:06 -0500 received badge  Popular Question (source)
2013-02-12 21:58:47 -0500 commented answer java error in "rosmake roboearth"

Thanks a lot!! rosdep resolved my problems, i miss libjson!