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

xavier12358's profile - activity

2023-11-02 04:36:58 -0500 received badge  Famous Question (source)
2023-08-30 08:57:08 -0500 received badge  Notable Question (source)
2023-08-08 09:29:34 -0500 received badge  Self-Learner (source)
2023-08-08 09:29:34 -0500 received badge  Teacher (source)
2023-08-08 03:02:26 -0500 marked best answer Undefined symbol after source ros

Hello,

I create my own library with setuptools. When I run the command in terminal :

python3.8

Then I import my library, it works properly.

But if before starting python3.8, I run source /opt/ros/noetic/setup.sh

I get an error when I import the python library :

import vmpbcvt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python3.8/dist-packages/vmpbcvt-1.0-py3.8-linux-x86_64.egg/vmpbcvt.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN19VisionModuleManager15SetCurrentImageB5cxx11ERN2cv3MatEb

Can you explain me how it could be possible ?

2023-08-08 02:18:36 -0500 answered a question Undefined symbol after source ros

Thank you for all you answer. I finally find the problem. In fact previously I add a library in my catkin workspace bui

2023-08-05 07:20:25 -0500 received badge  Popular Question (source)
2023-08-03 10:00:14 -0500 asked a question Undefined symbol after source ros

Undefined symbol after source ros Hello, I create my own library with setuptools. When I run the command in terminal :

2022-09-07 07:05:08 -0500 received badge  Popular Question (source)
2022-09-06 14:05:09 -0500 commented question Can achieve move request

This one. Thanks

2022-09-06 11:03:33 -0500 commented question Can achieve move request

Indeed I made a mistake. Can you delete please. I had a trouble in register process.

2022-09-06 06:57:50 -0500 asked a question Can achieve move request

Can achieve move request On some trajectory , the planner only achieve few purcent of the trajectory: [ INFO] [16624549

2022-08-03 05:43:48 -0500 received badge  Famous Question (source)
2022-06-13 23:11:21 -0500 received badge  Notable Question (source)
2022-06-13 05:05:40 -0500 received badge  Popular Question (source)
2022-06-13 04:54:29 -0500 commented answer Can't load mesh from package

I have already a package prepare but it does'nt seems to work. I have edit my post to explain my folder tree architectur

2022-06-13 04:54:00 -0500 edited question Can't load mesh from package

Can't load mesh from package I try to load in my xacro file a dae from relative path of on of my package: <model nam

2022-06-13 03:20:09 -0500 commented answer Can't load mesh from package

@gvdhoom what do you mean? In my case, I use it in my world file.

2022-06-13 03:01:25 -0500 received badge  Commentator
2022-06-13 03:01:25 -0500 commented answer Can't load mesh from package

@gvdhoom what do you mean?

2022-06-13 02:02:39 -0500 commented answer Can't load mesh from package

No I don't. How to install it ?

2022-06-13 01:41:28 -0500 commented answer Can't load mesh from package

Thank you for the answer. Unfortunately, I still have the same trouble. The relative path seems to be correct but the me

2022-06-12 14:57:33 -0500 asked a question Can't load mesh from package

Can't load mesh from package I try to load in my xacro file a dae from relative path of on of my package: <model nam

2022-06-12 14:57:31 -0500 asked a question Can't load mesh from package

Can't load mesh from package I try to load in my xacro file a dae from relative path of on of my package: <model nam

2022-05-18 05:31:32 -0500 received badge  Notable Question (source)
2022-04-16 02:20:26 -0500 received badge  Popular Question (source)
2022-04-15 10:55:05 -0500 asked a question Duration is out of dual 32-bit range

Duration is out of dual 32-bit range Hello I use Franka Ros controller on Ubuntu 20.04 Noetic. When I run franka_contr

2022-04-13 15:08:57 -0500 received badge  Notable Question (source)
2022-04-11 14:07:03 -0500 received badge  Popular Question (source)
2022-04-11 14:04:21 -0500 edited question Error in real time kernel when I use camera and Flask server

Where to get status in moveit Hello, I try to run a server Flask on real time Ubuntu kernel for Franka Ros. After a mom

2022-04-11 14:04:21 -0500 received badge  Editor (source)
2022-04-10 09:19:18 -0500 asked a question Error in real time kernel when I use camera and Flask server

Where to get status in moveit Hello, I try to run a server Flask on real time Ubuntu kernel for Franka Ros. After a mom

2022-04-10 09:19:18 -0500 asked a question Where to get status in moveit

Where to get status in moveit Hello, I try to run a server Flask on real time Ubuntu kernel for Franka Ros. After a mom

2022-04-03 06:39:09 -0500 received badge  Famous Question (source)
2022-04-03 06:39:09 -0500 received badge  Popular Question (source)
2022-04-03 06:39:09 -0500 received badge  Notable Question (source)
2022-01-27 04:22:54 -0500 received badge  Famous Question (source)
2022-01-24 02:32:44 -0500 marked best answer Find intrisic camera matrix from gazebo model

Hello,

I made a my camera model in gazebo and I want to extract the intrinsic matrix to use Opencv matrix. Here is my model:

<gazebo reference="camera">
    <material>Gazebo/Green</material>
    <sensor type="camera" name="camera">
      <update_rate>30.0</update_rate>
      <camera name="head">
        <horizontal_fov>1.3962634</horizontal_fov>
        <image>
          <width>1280</width>
          <height>720</height>
          <format>R8G8B8</format>
        </image>
        <clip>
          <near>0.02</near>
          <far>300</far>
        </clip>
      </camera>
      <plugin name="camera_controller" filename="libgazebo_ros_camera.so">
        <alwaysOn>true</alwaysOn>
        <updateRate>0.0</updateRate>
        <cameraName>mdt/camera1</cameraName>
        <imageTopicName>image_raw</imageTopicName>
        <cameraInfoTopicName>camera_info</cameraInfoTopicName>
        <frameName>camera</frameName>
        <hackBaseline>0.07</hackBaseline>
        <distortionK1>0.0</distortionK1>
        <distortionK2>0.0</distortionK2>
        <distortionK3>0.0</distortionK3>
        <distortionT1>0.0</distortionT1>
        <distortionT2>0.0</distortionT2>
      </plugin>
    </sensor>
  </gazebo>

My intrinsic matrix is define like that : M = [ ax 0 cx; 0 ay cy ; 0 0 1 ] I think that cx = 1280 /2 and cy = 720/2 but what about ax/ay ?

2021-09-08 11:30:49 -0500 received badge  Famous Question (source)
2021-09-08 11:30:49 -0500 received badge  Popular Question (source)
2021-09-08 11:30:49 -0500 received badge  Notable Question (source)
2021-08-05 16:11:41 -0500 received badge  Famous Question (source)
2021-05-27 01:56:11 -0500 marked best answer Where to get status in moveit

Hello,

I using rviz and Moveit. I want to get the information in the Status topic from PlanningScene data.

......
    Changed goal state
    Changed goal state
    Changed goal state
    Changed goal state
    Changed start state

I try to find the topic where that information is published. I think I try every topic but nothing seems to publish that data.

How can I collect that data? and even more event like can't plan, can't execute task information?

2021-05-27 01:56:10 -0500 commented answer Where to get status in moveit

Thank you for the answer. Do you have any example which explain how to send goto and retrieve status from the planning i

2021-05-26 04:05:40 -0500 received badge  Popular Question (source)
2021-05-25 08:34:44 -0500 asked a question Where to get status in moveit

Where to get status in moveit Hello, I using rviz and Moveit. I want to get the information in the Status topic from Pl

2021-05-20 07:44:06 -0500 asked a question How to modify that projet to accept move_group_interface_tutorial

How to modify that projet to accept move_group_interface_tutorial Hello, I find that working example of panda arm on ga

2021-05-11 21:01:29 -0500 received badge  Notable Question (source)