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

Younès's profile - activity

2023-02-01 06:32:37 -0500 received badge  Notable Question (source)
2023-01-31 11:07:26 -0500 received badge  Popular Question (source)
2023-01-31 03:48:40 -0500 asked a question How many nodes can publish to a single topic?

How many nodes can publish to a single topic? How many nodes can publish to a single topic?

2023-01-31 03:47:40 -0500 asked a question How many nodes can publish to a single topic?

How many nodes can publish to a single topic? How many nodes can publish to a single topic?

2022-10-12 01:29:43 -0500 received badge  Famous Question (source)
2021-12-23 23:25:22 -0500 received badge  Notable Question (source)
2021-12-23 23:25:22 -0500 received badge  Famous Question (source)
2021-11-24 04:49:01 -0500 received badge  Famous Question (source)
2020-11-10 09:13:36 -0500 received badge  Famous Question (source)
2020-08-27 06:57:01 -0500 received badge  Notable Question (source)
2020-08-27 06:57:01 -0500 received badge  Famous Question (source)
2020-08-11 04:12:47 -0500 received badge  Popular Question (source)
2020-08-10 01:42:22 -0500 received badge  Popular Question (source)
2020-08-10 01:42:22 -0500 received badge  Notable Question (source)
2020-07-08 07:55:11 -0500 received badge  Popular Question (source)
2020-06-22 04:00:56 -0500 asked a question Looking for a bag file of stereo images with loop closures

Looking for a bag file of stereo images with loop closures Hi, I'm using ROS melodic. I'm running Ubuntu 18.04 on i7 ,

2020-06-22 03:57:06 -0500 received badge  Popular Question (source)
2020-05-18 01:06:53 -0500 marked best answer ImportError: No module named node_example.msg

I have a package named node_exemple containing an msg folder containing these files

ViewTemplate.msg To run a python file depending on this message I used :

from node example.msg  import ViewTemplate

But I get this error :

from node_example.msg import ViewTemplate   
ImportError: No module named node_example.msg

The CMakeLists.txt is here :

cmake_minimum_required(VERSION 2.8.3) 
project(node_example)

find_package(catkin REQUIRED COMPONENTS 
  dynamic_reconfigure 
  message_generation 
  roscpp 
  rosgraph_msgs 
  nav_msgs 
  rospy 
  std_msgs
)

add_message_files(FILES 
  NodeExampleData.msg 
  TopologicalAction.msg 
  TopologicalEdge.msg 
  TopologicalMap.msg 
  TopologicalNode.msg 
  ViewTemplate.msg 
)

generate_messages(DEPENDENCIES 
  geometry_msgs
  std_msgs
)

generate_dynamic_reconfigure_options(cfg/nodeExample.cfg)

catkin_package(CATKIN_DEPENDS 
  dynamic_reconfigure 
  message_runtime 
  roscpp 
  rosgraph_msgs
  rospy
  std_msgs
  visualization_msgs 
)

include_directories(include ${catkin_INCLUDE_DIRS})

install(PROGRAMS 
  src/main_lv.py
  src/pylistener.py
  src/pytalker.py
  src/ratslam/posecell_network.py
  src/ratslam/experience_map_younes.py 
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(PROGRAMS 
  src/main_lv.py
  src/main_em.py
  src/pytalker.py
  src/ratslam/posecell_network.py
  src/ratslam/experience_map_younes.py
  src/ratslam/local_view_match.py
 DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
2020-04-27 11:18:08 -0500 edited question compute poses ground truth of Kitti bagfile

Searching of poses ground truth of Kitti dataset Hi, I'm using ROS Melodic with Kitti bag file. I'm running Ubuntu 18.04

2020-04-25 17:50:59 -0500 asked a question compute poses ground truth of Kitti bagfile

Searching of poses ground truth of Kitti dataset Hi, I'm using ROS Melodic with Kitti bag file. I'm running Ubuntu 18.04

2020-04-25 17:44:13 -0500 commented answer Compute quaternion from angular velocity Twist

Thank you. It works fine.

2020-04-25 17:43:54 -0500 marked best answer Compute quaternion from angular velocity Twist

Hi,

I'm using ROS melodic with kitti bag file. I'm running Ubuntu 18.04 on i7 , with kernel 5.3.0-42-generic. I get the odometry of a Kitti bag file with viso2_ros. I want to predict the poses of the robot. To compute the next pose I should compute the quaternion of the robot. How can I compute it from angular velocity?

Thanks

2020-04-25 13:12:57 -0500 asked a question Compute quaternion from angular velocity Twist

Compute quaternion from angular velocity Twist Hi, I'm using ROS melodic with kitti bag file. I'm running Ubuntu 18.04

2020-04-23 23:34:26 -0500 received badge  Popular Question (source)
2020-03-16 16:01:01 -0500 received badge  Nice Question (source)
2020-02-12 12:18:35 -0500 asked a question Running ROS node under Visual Studio Code

Running ROS node under Visual Studio Code Hello, I am running a node under ROS on visual studio code. I would like ho

2020-02-12 12:18:34 -0500 asked a question Running ROS node under Visual Studio Code

Running ROS node under Visual Studio Code Hello, I am running a node under ROS on visual studio code. I would like ho

2020-01-16 04:07:31 -0500 received badge  Favorite Question (source)
2019-09-18 14:38:35 -0500 marked best answer ros_numpy package

I want to use the package ros_numpy The code is in https://github.com/eric-wieser/ros_numpy How can I install it on my machine

2019-08-31 17:25:21 -0500 asked a question Running viso2_ros with Kitti bag file

Running viso2_ros with Kitti bag file Hi, I want to use viso2_ros package with kitti bagfile. I run the bag file with

2019-08-16 09:32:18 -0500 received badge  Popular Question (source)
2019-08-16 09:32:18 -0500 received badge  Notable Question (source)
2019-08-14 07:41:40 -0500 edited question Running lib viso

Running lib viso I want to use lib viso with a bag file having these topics : /clock /kitti/camera_color_left/camera_i

2019-08-14 07:41:11 -0500 asked a question Running lib viso

Running lib viso I want to use lib viso with a bag file having these topics : /clock /kitti/camera_color_left/camera_in

2019-08-11 09:14:58 -0500 asked a question Subsampling a bagfile

Subsampling a bagfile I want to subsample a bag file of images to one keyframe per-second. I'm using ROS kinetic. I'm

2019-08-01 07:49:13 -0500 received badge  Famous Question (source)
2019-06-08 18:11:55 -0500 asked a question Using viso2_ros with KITTI bagfile

Using viso2_ros with KITTI bagfile Hi, I would like to know how to use viso2_ros with a KITTI dataset. I have a bag fil

2019-06-08 18:09:33 -0500 edited question viso2_ros and KITTI bag file

libvisio2 and KITTI Hi, I would like to know how to use viso2_ros with a KITTI dataset. I have a bag file that I made b