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

skynet's profile - activity

2019-03-19 21:28:02 -0500 received badge  Famous Question (source)
2018-08-23 14:32:50 -0500 received badge  Famous Question (source)
2018-08-22 03:45:32 -0500 received badge  Famous Question (source)
2018-08-17 08:56:52 -0500 received badge  Famous Question (source)
2018-08-17 08:56:39 -0500 received badge  Notable Question (source)
2018-08-17 08:56:39 -0500 received badge  Popular Question (source)
2018-07-19 10:18:17 -0500 received badge  Famous Question (source)
2018-07-18 07:35:07 -0500 received badge  Famous Question (source)
2018-06-23 13:46:49 -0500 received badge  Notable Question (source)
2018-06-10 03:30:56 -0500 received badge  Notable Question (source)
2018-05-07 18:56:41 -0500 received badge  Notable Question (source)
2018-05-07 14:12:03 -0500 received badge  Popular Question (source)
2018-05-07 10:08:57 -0500 asked a question Export Ros over WiFi and Ethernet

Export Ros over WiFi and Ethernet Hello, I am running ROS 16.04 over an Ethernet network consisting of a network switch,

2018-04-26 19:24:17 -0500 marked best answer What is the position topic I should give move base when amcl is not used

I am using move base without amcl since I cannot use a predetermined map. The issue I am having is providing move_base with a position topic since from what I can tell, AMCL provides the robots position. Instead I am using aprilTags position but I don't know what topic and message type to remap the aprilTag position message to so that move base can use it. I have transforms from map->odom->base_link->kinect2_link->kinect2_ir_optical_fram->camera_depth_frame set up already and can visualize that in rviz. (I set map odom and baselink to the same frame ie. the transform is 0,0,0,1) the kinect depth scan to laserscan is working nicely and the costmap is generating.

Any help would be appreciated! I am running ros kinetic, ubuntu 16.04 on an Intel NUC

2018-04-25 11:42:42 -0500 received badge  Popular Question (source)
2018-04-24 17:19:21 -0500 answered a question What is the position topic I should give move base when amcl is not used

Okay so the transform between odom and base_link is generated by the odom tutorial so I removed it from my transform pub

2018-04-24 16:35:45 -0500 asked a question What is the position topic I should give move base when amcl is not used

What is the position topic I should give move base when amcl is not used I am using move base without amcl since I canno

2018-04-17 09:14:20 -0500 commented question Navigation using move_base with RGBDSLAMv2 instead of a known map

Any progress? I have a similar issue

2018-04-05 11:49:37 -0500 commented answer PointCloud Input to costmap_2d

Is there any chance you can post your .yaml file for this? I am attempting to get costmap_2d to subscribe to /kinect2/hd

2018-04-01 16:14:32 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

@Dox I am using a modified launch file in order to connect with iai_kinect2. I will edit the bottom of my question to in

2018-04-01 16:13:28 -0500 edited question Catkin_make error no rule to make target libg2o needed by rgbdslam

Catkin_make error no rule to make target libg2o needed by rgbdslam I am running ROS kinetic on Ubuntu 16.04 on an intel

2018-04-01 16:11:15 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

@Dox I am using a modified launch file in order to connect with iai_kinect2. I will edit the bottom of my question to in

2018-03-30 15:11:17 -0500 edited answer Catkin_make error no rule to make target libg2o needed by rgbdslam

I moved the Code/Build file that new workspace "rgbdslam_catkin_ws" that the script generated (mind you that worked for

2018-03-30 15:09:55 -0500 edited answer Catkin_make error no rule to make target libg2o needed by rgbdslam

I moved the Code/Build file that new workspace "rgbdslam_catkin_ws" that the script generated (mind you that worked for

2018-03-30 15:09:20 -0500 answered a question Catkin_make error no rule to make target libg2o needed by rgbdslam

I moved the Code/Build file that new workspace "rgbdslam_catkin_ws" that the script generated (mind you that worked for

2018-03-30 15:04:51 -0500 commented answer Catkin_make looking in wrong directory for header files

deleting the old build file worked because it was holding the wrong directories to g2o. My CMakeCache.txt had the old di

2018-03-30 15:01:44 -0500 marked best answer Catkin_make looking in wrong directory for header files

I am using ros kinetic ubuntu 16.04 on intel NUC. I put g2ofork in my workspaces src thinking it was a catkin package but I later found out it was not. I moved it outside my WS and attempted to use rgbslam package which requires the g2o libraries. When I catkin_make the workspace it fails because it is still looking in my workspace/src/g2ofork directory. I know this because catkin_make has some warning type messages

- - looking for PCL_COMMON
- - looking for PCL_OCTREE
- - looking for PCL_IO
- - Searching for g2o ...
- - found g2o headers in: /home/astrobotics/ros_code/src/g2ofork
- - found libg2o: /home/astrobotics/ros_code/src/g2ofork/lib/ and so on...

I know right now all the packages and g2o fork are in the correct places because when I use the install script provided by rgbdslam it sets everything up as I have mine now. The only thing is it creates its own workspace and I want to use it in the one I have been using for some time.

Is there any way to like reset the workspace before building it again?

2018-03-30 11:48:51 -0500 received badge  Popular Question (source)
2018-03-30 09:42:18 -0500 commented answer Catkin_make looking in wrong directory for header files

when I delete the build and re compile i get the error -- Searching for g2o ... CMake Error at rgbdslam/cmake-modules/F

2018-03-30 09:36:02 -0500 commented answer Catkin_make looking in wrong directory for header files

I replaced the build with a build file from a different workspace that is able to compile that has the same configuratio

2018-03-30 08:30:13 -0500 commented answer Catkin_make looking in wrong directory for header files

I have not, would those be the CatkinWorkspace/build and CatkinWorkspace/install directories? sorry I am new to ROS

2018-03-30 08:30:13 -0500 received badge  Commentator
2018-03-30 08:05:19 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

I found that when I use the script to make a completely new workspace it works but when I use it to add rgbdslam to my c

2018-03-29 17:22:46 -0500 received badge  Famous Question (source)
2018-03-29 15:39:07 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

I'm curious what your catkin_make error is because I have a line -- Found g2o headers in: /home/astrobotics/ros_code/s

2018-03-29 15:38:54 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

I'm curious what your catkin_make error is because I have a line -- Found g2o headers in: /home/astrobotics/ros_code/sr

2018-03-29 15:36:47 -0500 edited question Catkin_make error no rule to make target libg2o needed by rgbdslam

Catkin_make error no rule to make target libg2o needed by rgbdslam I am running ROS kinetic on Ubuntu 16.04 on an intel

2018-03-29 13:48:55 -0500 asked a question Catkin_make looking in wrong directory for header files

Catkin_make looking in wrong directory for header files I am using ros kinetic ubuntu 16.04 on intel NUC. I put g2ofork

2018-03-29 12:49:56 -0500 received badge  Notable Question (source)
2018-03-29 12:26:53 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

I found that if I made a completely know catkin workspace with the script it works but as soon as i try making it in a p

2018-03-29 12:25:27 -0500 edited question Catkin_make error no rule to make target libg2o needed by rgbdslam

Catkin_make error no rule to make target libg2o needed by rgbdslam I am running ROS kinetic on Ubuntu 16.04 on an intel

2018-03-29 10:57:21 -0500 commented question Catkin_make error no rule to make target libg2o needed by rgbdslam

Did you use the install script?

2018-03-27 13:50:31 -0500 received badge  Popular Question (source)
2018-03-24 18:58:28 -0500 asked a question Catkin_make error no rule to make target libg2o needed by rgbdslam

Catkin_make error no rule to make target libg2o needed by rgbdslam I am running ROS kinetic on Ubuntu 16.04 on an intel

2018-03-23 18:37:59 -0500 commented question RGBDSLAMv2 not displaying image from Kinect2_bridge

turns out it is a parameter issue I followed an earlier post I cannot remember the url but this is the launch file I am

2018-03-23 15:35:38 -0500 received badge  Supporter (source)
2018-03-17 14:11:40 -0500 commented question RGBDSLAMv2 not displaying image from Kinect2_bridge

@felixendres is there any kind of debug parameters I can activate for rgbd_slamv2?

2018-03-16 14:01:29 -0500 edited question RGBDSLAMv2 not displaying image from Kinect2_bridge

RGBDSLAMv2 not displaying image from Kinect2_bridge I am running ROS kinetic on Ubuntu 16.04 on an intel NUC. I'm trying

2018-03-15 16:56:51 -0500 asked a question RGBDSLAMv2 not displaying image from Kinect2_bridge

RGBDSLAMv2 not displaying image from Kinect2_bridge I am running ROS kinetic on Ubuntu 16.04 on an intel NUC. I'm trying