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

Moneera Banjar's profile - activity

2022-01-17 18:16:03 -0500 received badge  Nice Question (source)
2021-06-06 06:04:00 -0500 received badge  Famous Question (source)
2021-05-03 09:55:19 -0500 received badge  Famous Question (source)
2021-04-05 12:45:32 -0500 received badge  Notable Question (source)
2021-04-05 12:45:32 -0500 received badge  Popular Question (source)
2021-02-17 13:00:50 -0500 edited question Moveit, using multiple planning group in c++

Moveit, using multiple planning group in c++ Hi, I need to use multiple planning group in move group, the python exampl

2021-02-16 06:53:54 -0500 asked a question Moveit, using multiple planning group in c++

Moveit, using multiple planning group in c++ Hi, I need to use multiple planning group in move group, the python exampl

2021-02-10 22:56:15 -0500 received badge  Nice Answer (source)
2021-01-30 14:21:20 -0500 commented answer MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

I tried to increase the number of attempts and the planning time, it provides solutions but it has a high tolerance gr

2021-01-30 14:21:13 -0500 commented answer MOVEIT PROBLEM -> Fail: ABORTED: No motion plan found. No execution attempted

I tried to increase the number of attempts and the planning time, it provides solutions but it has a high tolerance gr

2021-01-28 05:33:06 -0500 received badge  Notable Question (source)
2021-01-02 12:20:34 -0500 marked best answer Rviz crashes when loading stl files on ubuntu mate

Hi, I’m running ROS kinetic on ubuntu mate by using Raspberry Pi 3

I tried to activate OpenGL but the process not complete

https://ubuntu-mate.community/t/tutor...

What’s the best way to run ROS by Raspberry Pi 3 with full functionality?

2021-01-02 12:20:25 -0500 answered a question Rviz crashes when loading stl files on ubuntu mate

This issue is solved by upgrading to Ubuntu mate 18.04 and ROS melodic

2021-01-02 12:19:07 -0500 received badge  Popular Question (source)
2020-12-16 13:43:45 -0500 commented question Rviz crashes when loading stl files on ubuntu mate

I summarized all the attempts in this wiki page https://github.com/mn-banjar/ROS_on_RaspberryPi3/wiki

2020-12-11 20:15:06 -0500 received badge  Necromancer (source)
2020-12-11 15:25:52 -0500 asked a question Rviz crashes when loading stl files on ubuntu mate

Rviz crashes when loading stl files on ubuntu mate Hi, I’m running ROS kinetic on ubuntu mate by using Raspberry Pi 3

2020-12-06 09:43:35 -0500 received badge  Popular Question (source)
2020-12-06 09:43:02 -0500 received badge  Famous Question (source)
2020-11-16 02:17:47 -0500 commented question Control 2wd robot with joystick moudle

Did you try to use a single Arduino that subscribes to two topics? https://answers.ros.org/question/232045/rosserial-mu

2020-11-16 02:09:53 -0500 answered a question Connecting Action server, Moveit, and a 5 DOF robot arm

Hi, if you seek to control your real robot arm by using Moveit, there are a couple of steps you need to do. I tried th

2020-11-16 01:21:22 -0500 received badge  Necromancer (source)
2020-11-16 01:21:22 -0500 received badge  Teacher (source)
2020-11-15 15:01:55 -0500 edited answer How to Publish Array Data for Multiple Servos on Arduino

Here is a solution by using /joint_states topic the Arduino subscribes to this topic and controls 5 servo motors in thi

2020-11-15 15:01:55 -0500 received badge  Editor (source)
2020-11-15 15:00:59 -0500 answered a question How to Publish Array Data for Multiple Servos on Arduino

Here is a solution by using /joint_states topic the Arduino subscribes to this topic and controls 5 servo motors in thi

2020-11-15 13:09:14 -0500 answered a question How to make sure URDF exported correctly from SW2URDF?

First make sure your meshes are in the correct path, then you can use such a launch file to open this urdf in Rviz http

2020-11-15 11:21:34 -0500 answered a question Error while pkg building

I think you missed to install move_base_msgs package Make sure to install all the dependencies You can install all the

2020-11-15 11:21:34 -0500 received badge  Rapid Responder (source)
2020-11-15 11:14:44 -0500 edited answer Unable to build turtlebot3 package from source using catkin build

I think you missed to install turtlebot3_msgs package Make sure to install all the dependencies

2020-11-15 11:14:20 -0500 answered a question Unable to build turtlebot3 package from source using catkin build

I think you missed to install turtlebot3_msgs package Make sure to install all the dependencies

2020-11-15 11:14:20 -0500 received badge  Rapid Responder (source)
2020-10-23 09:05:53 -0500 received badge  Student (source)
2020-10-19 16:24:03 -0500 received badge  Notable Question (source)
2020-10-19 10:03:59 -0500 answered a question MoveIt - unable to identify any set of controllers

I faced the same issue when I was trying to use an example package that uses Moveit. In my case, I forget to install Mo

2020-10-19 10:03:54 -0500 answered a question how often to build a package ?

The short answer is NO. you don't need to run catkin_make after every modification on your code

2020-10-19 10:03:54 -0500 commented answer joint_state_publisher window is not shown

Thank you for your help, it works correctly I realize that the current machine uses joint_state_publisher package instal

2020-10-19 10:03:53 -0500 asked a question gazebo, controller not started

gazebo, controller not started Hi there, I'm trying to use ros control with gazebo URDF: <transmission name="trans

2020-10-18 03:57:57 -0500 received badge  Enthusiast
2020-10-16 18:08:29 -0500 marked best answer joint_state_publisher window is not shown

Hi there,

this is my launch file

<?xml version="1.0"?>
<launch>
  <!-- upload urdf -->
  <param name="robot_description" textfile="$(find robot_arm_pkg)/urdf/arduino_robot_arm.urdf" />

  <!-- Combine joint values -->
  <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/>

  <!-- Show in Rviz   -->
  <node name="rviz" pkg="rviz" type="rviz" args="-d $(find robot_arm_pkg)/launch/config.rviz" />

  <!-- send joint values -->
  <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
    <param name="use_gui" value="True"/>
  </node>
</launch>

I'm using the joint_state_publisher GUI to control a robot in Rviz, the problem is the joint_state_publisher window is not appear. I already installed the joint_state_publisher and joint_state_publisher_gui by using:

sudo apt-get install ros-kinetic-joint-state-publisher
sudo apt-get install ros-kinetic-joint-state-publisher-gui

there are no errors are shown when I launch the file

By the way, I tested the same package and launch file in another system and it works fine