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

wbadry's profile - activity

2023-04-05 12:32:43 -0500 received badge  Good Answer (source)
2023-01-24 13:05:34 -0500 received badge  Nice Answer (source)
2022-04-05 10:28:38 -0500 received badge  Necromancer (source)
2022-04-05 10:28:38 -0500 received badge  Teacher (source)
2021-10-08 14:11:05 -0500 received badge  Famous Question (source)
2021-09-14 21:40:29 -0500 received badge  Notable Question (source)
2021-09-05 00:01:00 -0500 received badge  Famous Question (source)
2021-08-19 04:34:33 -0500 received badge  Notable Question (source)
2021-07-09 11:17:53 -0500 received badge  Popular Question (source)
2021-07-06 12:52:06 -0500 asked a question Connecting ROS Kinetic and ROS Noetic machines

Connecting ROS Kinetic and ROS Noetic machines Hello, I have to work on NAO which the plugins are only available for the

2021-06-26 07:05:34 -0500 asked a question Organize packages with top directory or namespace

Organize packages with top directory or namespace Hello, I tried to see if this is possible in ROS. Is it possible to h

2021-06-24 15:55:24 -0500 commented answer pose mismatch between RVIZ and Gazebo with AMCL

<param name="update_min_d" value="0.2"/> <param name="update_min_a" value="0.5"/>

2021-06-24 15:50:16 -0500 received badge  Popular Question (source)
2021-06-23 09:36:26 -0500 edited question pose mismatch between RVIZ and Gazebo with AMCL

pose mismatch between RVIZ and Gazebo Hello, I am learning a ROS course with Gazebo. During applying the AMCL, I noticed

2021-06-23 09:36:03 -0500 edited question pose mismatch between RVIZ and Gazebo with AMCL

pose mismatch between RVIZ and Gazebo Hello, I am learning a ROS course with Gazebo. During applying the AMCL, I noticed

2021-06-23 09:00:13 -0500 edited question pose mismatch between RVIZ and Gazebo with AMCL

Orientation mismatch between RVIZ and Gazebo Hello, I am learning a ROS course with Gazebo. During applying the AMCL, I

2021-06-23 08:10:38 -0500 asked a question pose mismatch between RVIZ and Gazebo with AMCL

Orientation mismatch between RVIZ and Gazebo Hello, I am learning a ROS course with Gazebo. During applying the AMCL, I

2021-06-19 17:04:33 -0500 received badge  Enthusiast
2021-06-16 16:37:22 -0500 edited answer Error during launching turtlebot3_world.launch

You can simply write this on your terminal before you do roslaunch $ export TURTLEBOT3_MODEL=burger $ roslaunch tur

2021-06-16 16:34:55 -0500 answered a question Error during launching turtlebot3_world.launch

You can simply write this on your terminal before you do roslaunch $ export TURTLEBOT3_MODEL=waffle_pi

2021-06-16 09:56:13 -0500 commented answer turtlebot not moving with teleop in indigo

LOL . Add me to this :)

2021-06-16 07:59:35 -0500 commented answer catkin_make fail : must be invoked in the root of workspace

Amazing. Thank you so much.

2021-06-16 07:59:07 -0500 received badge  Supporter (source)
2019-09-30 10:56:25 -0500 received badge  Famous Question (source)
2019-09-09 16:32:37 -0500 commented answer Creating a workspace using ROS for Windows

That was exactly the issue. Thanks

2019-09-09 16:32:14 -0500 marked best answer Creating a workspace using ROS for Windows

Hello, I followed the instructions given here to install ROS melodic on Windows. The install was successful as I was able to test a few commands like "roscore" and "roscd"

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscore
... logging to C:\Users\Administrator\.ros\log\7440560f-cd72-11e9-92b3-44032cd3d0aa\roslaunch-WALEED-TTS-3392.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://WALEED-TTS:53466/
ros_comm version 1.14.3


SUMMARY
========

PARAMETERS
 * /rosdistro: melodic
 * /rosversion: 1.14.3

NODES

auto-starting new master
process[master]: started with pid [9592]
ROS_MASTER_URI=http://WALEED-TTS:11311/
setting /run_id to 7440560f-cd72-11e9-92b3-44032cd3d0aa
process[rosout-1]: started with pid [17640]
started core service [/rosout]

The default workspace is OK

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscd

C:\opt\ros\melodic\x64>

The problem is I am unable to create a workspace using catkin_make

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.2.3
** Copyright (c) 2019 Microsoft Corporation
**********************************************************************

C:\Windows\System32>roscd

C:\opt\ros\melodic\x64>cd..

C:\opt\ros\melodic>mkdir catkin_ws\src

C:\opt\ros\melodic>cd catkin_ws

C:\opt\ros\melodic\catkin_ws>catkin_make
Base path: C:\opt\ros\melodic\catkin_ws
Source space: C:\opt\ros\melodic\catkin_ws\src
Build space: C:\opt\ros\melodic\catkin_ws\build
Devel space: C:\opt\ros\melodic\catkin_ws\devel
Install space: C:\opt\ros\melodic\catkin_ws\install
Copying file from "C:\opt\ros\melodic\x64\share\catkin\cmake\toplevel.cmake" to "C:\opt\ros\melodic\catkin_ws\src\CMakeLists.txt"
####
#### Running command: "cmake C:\opt\ros\melodic\catkin_ws\src -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_DEVEL_PREFIX=C:\opt\ros\melodic\catkin_ws\devel -DCMAKE_INSTALL_PREFIX=C:\opt\ros\melodic\catkin_ws\install -G NMake Makefiles" in "C:\opt\ros\melodic\catkin_ws\build"
####
-- The C compiler identification is MSVC 19.22.27905.0
-- The CXX compiler identification is MSVC 19.22.27905.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.22.27905/bin/Hostx64/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CATKIN_DEVEL_PREFIX: C:/opt/ros/melodic/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: C:/opt/ros/melodic/x64;C:/opt/rosdeps/x64;C:/opt/vcpkg/installed/x64-windows
-- This workspace overlays: C:/opt/ros/melodic/x64
-- Found PythonInterp: C:/Python27/python2.exe (found suitable version "2.7.16", minimum required ...
(more)
2019-09-09 16:32:14 -0500 received badge  Scholar (source)
2019-09-09 16:31:52 -0500 received badge  Notable Question (source)
2019-09-03 02:42:34 -0500 received badge  Popular Question (source)
2019-09-02 07:48:14 -0500 commented question Creating a workspace using ROS for Windows

MOdified it as instructed. Thanks

2019-09-02 06:14:41 -0500 edited question Creating a workspace using ROS for Windows

Creating a workspace using ROS for Windows Hello, I followed the instructions given here to install ROS melodic on Windo

2019-09-02 06:14:09 -0500 edited question Creating a workspace using ROS for Windows

Creating a workspace using ROS for Windows Hello, I followed the instructions given here to install ROS melodic on Windo

2019-09-02 06:14:09 -0500 received badge  Editor (source)
2019-09-02 06:09:49 -0500 edited question Creating a workspace using ROS for Windows

Creating a workspace using ROS for Windows Hello, I followed the instructions given here to install ROS melodic on Windo

2019-09-02 05:08:24 -0500 asked a question Creating a workspace using ROS for Windows

Creating a workspace using ROS for Windows Hello, I followed the instructions given here to install ROS melodic on Windo