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

yabdulra's profile - activity

2022-07-06 03:24:33 -0500 commented answer joint_state_publisher: UnicodeEncodeError: 'ascii' codec can't encode character u'\u0130' in position 28396: ordinal not in range(128)

@robustify Thank you so much for this. I was facing a similar issue, busy looking for solutions about process died. I go

2022-05-17 03:43:03 -0500 received badge  Famous Question (source)
2021-07-22 20:31:20 -0500 received badge  Notable Question (source)
2021-07-17 18:01:31 -0500 received badge  Nice Question (source)
2021-07-17 18:00:29 -0500 received badge  Popular Question (source)
2021-07-07 03:30:36 -0500 edited question Multi-turtlebot3 simulation

Multi-turtlebot3 simulation I'm implementing multi-agent trajectory tracking with one leader and two other followers. E

2021-07-07 03:30:36 -0500 received badge  Editor (source)
2021-07-07 03:30:23 -0500 received badge  Student (source)
2021-07-07 03:29:06 -0500 edited question Multi-turtlebot3 simulation

Multi-turtlebot3 simulation I'm implementing multi-agent trajectory tracking with one leader and two other followers. E

2021-07-07 03:27:48 -0500 asked a question Multi-turtlebot3 simulation

Multi-turtlebot3 simulation I'm implementing multi-agent trajectory tracking with one leader and two other followers. E

2021-02-03 14:55:26 -0500 received badge  Famous Question (source)
2020-11-03 23:28:38 -0500 received badge  Famous Question (source)
2020-09-26 15:29:52 -0500 received badge  Notable Question (source)
2020-09-26 15:29:52 -0500 received badge  Popular Question (source)
2020-09-12 23:26:20 -0500 received badge  Famous Question (source)
2020-09-12 23:26:20 -0500 received badge  Notable Question (source)
2020-07-27 03:42:52 -0500 received badge  Notable Question (source)
2020-06-02 15:07:06 -0500 commented question Robot move in little jerks

FabioZ96: May I see the function you wrote? I'm facing similar problem with my epuc_robot and can't get the yocs-velocit

2020-06-02 11:59:58 -0500 asked a question using yocs-velocity-smoother with epuck_driver

using yocs-velocity-smoother with epuck_driver I'm using ROS on my epuck2 robot, wrote a python obstacle avoidance node.

2020-05-30 14:37:55 -0500 received badge  Popular Question (source)
2020-05-30 11:15:14 -0500 received badge  Supporter (source)
2020-05-28 20:18:59 -0500 commented answer yocs_velocity_smoother is not publishing any velocity command

Have you found solution to this? wannan use it but don't know how to.

2020-05-28 00:08:07 -0500 received badge  Enthusiast
2020-05-27 23:55:25 -0500 asked a question alternative to rospy.Rate() and rate.sleep()

alternative to rospy.Rate() and rate.sleep() Hi, I have epuck2 robot which I connect with via Bluetooth using epuck_driv

2020-05-14 15:35:07 -0500 asked a question Inbound TCP/IP connection failed:

Inbound TCP/IP connection failed: I'm running ROS kinetic on Ubuntu16.04, have a physical epuck_2 robot I'm working with

2020-05-14 15:31:16 -0500 asked a question Inbound TCP/IP connection failed:

Inbound TCP/IP connection failed: I'm running ROS kinetic on Ubuntu16.04, have a physical epuck_2 robot I'm working with

2020-03-29 06:31:00 -0500 received badge  Popular Question (source)
2020-03-09 10:35:33 -0500 marked best answer [rviz-3] process has died. [epuck2_robot_0-1] process has died.

I'm running Ubuntu 16.04 via WSL, installed ROS Kinetic to work with my E-puck2 robot, I created a catkin_workspace and installed all dependencies, there was no error when I issued catkin_make command, issued roscore command on another terminal and it started roscore service. I sourced my files on another terminal using

source ~/catkin_ws/devel/setup.bash  
chmod +x ./src/epuck_driver/scripts/epuck2_driver.py to mark the driver node as executable
roslaunch epuck_driver epuck2_controller.launch epuck2_address:='b4:e6:2d:ed:07:a7'

with MAC address according to my e-puck's, the roslaunch server started, listing a summary of parameters and nodes, but then the rviz process died and epuck's process died too. The E-puck's process keep restarting and dying. Could anyone please help me out?

2020-03-09 10:35:33 -0500 received badge  Scholar (source)
2020-03-08 14:39:05 -0500 commented question [rviz-3] process has died. [epuck2_robot_0-1] process has died.

I'm using ROS on a VM installed ubuntu, and these problems are no more now. Thank you once again.

2020-03-05 12:01:36 -0500 commented question [rviz-3] process has died. [epuck2_robot_0-1] process has died.

Thank you for this comment. I'll install Ubuntu alongside widows and start all over.

2020-03-05 12:01:02 -0500 commented question [rviz-3] process has died. [epuck2_robot_0-1] process has died.

Thank you for this comment. I'll install Ubuntu alongside widows and start all over.

2020-03-04 16:18:18 -0500 asked a question [rviz-3] process has died. [epuck2_robot_0-1] process has died.

[rviz-3] process has died. [epuck2_robot_0-1] process has died. I'm running Ubuntu 16.04 via WSL, installed ROS Kinetic

2020-03-04 10:25:13 -0500 commented answer Process has died

I'm having similar problem with my epuck robot, error message as : [epuck2_robot_0-1] process has died [pid 1039, exit c

2020-03-04 08:32:26 -0500 commented question Hello, I'm new ROS user working with E-puck2 robot.

Thanks, I was able to launch the file. However, another error: [rviz-3] process has died [pid 1041, exit code -6, cmd /o

2020-03-04 02:15:58 -0500 asked a question Hello, I'm new ROS user working with E-puck2 robot.

Hello, I'm new ROS user working with E-puck2 robot. I've installed ROS kinetic on Ubuntu 16.04, followed the procedures