WSL Gazebo crashes upon opening
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I'm currently trying to run Gazebo on WSL in Ubuntu, using Xming, however, it crashes without even fully opening. I can see the orange loading screen when I call it through terminal roslaunch turtlebot_gazebo turtlebot_world.launch
, however, it almost immediately dies.
It's pretty frustrating, as I've been working for this issue for a whole day now.
Here's what I get in the terminal:
[ERROR] [1523362032.530757200, 0.140000000]: Failed to load nodelet
[/depthimage_to_laserscan] of type
[depthimage_to_laserscan/DepthImageToLaserScanNodelet] even after refreshing
the cache: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[ERROR] [1523362032.532002600, 0.140000000]: The error before refreshing the
cache was: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[FATAL] [1523362032.535886600, 0.150000000]: Failed to load nodelet
'/depthimage_to_laserscan` of type
`depthimage_to_laserscan/DepthImageToLaserScanNodelet` to manager
`laserscan_nodelet_manager'
[ INFO] [1523362032.705052600, 0.240000000]: Physics dynamic reconfigure
ready.
[depthimage_to_laserscan-10] process has died [pid 1086, exit code 255, cmd
/opt/ros/kinetic/lib/nodelet/nodelet load
depthimage_to_laserscan/DepthImageToLaserScanNodelet
laserscan_nodelet_manager image:=/camera/depth/image_raw scan:=/scan
__name:=depthimage_to_laserscan __log:=/home/elona/.ros/log/aefadb42-3cb7-
11e8-b57b-54ee75bf6d3f/depthimage_to_laserscan-10.log].
log file: /home/elona/.ros/log/aefadb42-3cb7-11e8-b57b-
54ee75bf6d3f/depthimage_to_laserscan-10*.log
I've followed everything from here.
windows-subsystem-for-linux ros
add a comment |Â
up vote
1
down vote
favorite
I'm currently trying to run Gazebo on WSL in Ubuntu, using Xming, however, it crashes without even fully opening. I can see the orange loading screen when I call it through terminal roslaunch turtlebot_gazebo turtlebot_world.launch
, however, it almost immediately dies.
It's pretty frustrating, as I've been working for this issue for a whole day now.
Here's what I get in the terminal:
[ERROR] [1523362032.530757200, 0.140000000]: Failed to load nodelet
[/depthimage_to_laserscan] of type
[depthimage_to_laserscan/DepthImageToLaserScanNodelet] even after refreshing
the cache: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[ERROR] [1523362032.532002600, 0.140000000]: The error before refreshing the
cache was: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[FATAL] [1523362032.535886600, 0.150000000]: Failed to load nodelet
'/depthimage_to_laserscan` of type
`depthimage_to_laserscan/DepthImageToLaserScanNodelet` to manager
`laserscan_nodelet_manager'
[ INFO] [1523362032.705052600, 0.240000000]: Physics dynamic reconfigure
ready.
[depthimage_to_laserscan-10] process has died [pid 1086, exit code 255, cmd
/opt/ros/kinetic/lib/nodelet/nodelet load
depthimage_to_laserscan/DepthImageToLaserScanNodelet
laserscan_nodelet_manager image:=/camera/depth/image_raw scan:=/scan
__name:=depthimage_to_laserscan __log:=/home/elona/.ros/log/aefadb42-3cb7-
11e8-b57b-54ee75bf6d3f/depthimage_to_laserscan-10.log].
log file: /home/elona/.ros/log/aefadb42-3cb7-11e8-b57b-
54ee75bf6d3f/depthimage_to_laserscan-10*.log
I've followed everything from here.
windows-subsystem-for-linux ros
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm currently trying to run Gazebo on WSL in Ubuntu, using Xming, however, it crashes without even fully opening. I can see the orange loading screen when I call it through terminal roslaunch turtlebot_gazebo turtlebot_world.launch
, however, it almost immediately dies.
It's pretty frustrating, as I've been working for this issue for a whole day now.
Here's what I get in the terminal:
[ERROR] [1523362032.530757200, 0.140000000]: Failed to load nodelet
[/depthimage_to_laserscan] of type
[depthimage_to_laserscan/DepthImageToLaserScanNodelet] even after refreshing
the cache: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[ERROR] [1523362032.532002600, 0.140000000]: The error before refreshing the
cache was: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[FATAL] [1523362032.535886600, 0.150000000]: Failed to load nodelet
'/depthimage_to_laserscan` of type
`depthimage_to_laserscan/DepthImageToLaserScanNodelet` to manager
`laserscan_nodelet_manager'
[ INFO] [1523362032.705052600, 0.240000000]: Physics dynamic reconfigure
ready.
[depthimage_to_laserscan-10] process has died [pid 1086, exit code 255, cmd
/opt/ros/kinetic/lib/nodelet/nodelet load
depthimage_to_laserscan/DepthImageToLaserScanNodelet
laserscan_nodelet_manager image:=/camera/depth/image_raw scan:=/scan
__name:=depthimage_to_laserscan __log:=/home/elona/.ros/log/aefadb42-3cb7-
11e8-b57b-54ee75bf6d3f/depthimage_to_laserscan-10.log].
log file: /home/elona/.ros/log/aefadb42-3cb7-11e8-b57b-
54ee75bf6d3f/depthimage_to_laserscan-10*.log
I've followed everything from here.
windows-subsystem-for-linux ros
I'm currently trying to run Gazebo on WSL in Ubuntu, using Xming, however, it crashes without even fully opening. I can see the orange loading screen when I call it through terminal roslaunch turtlebot_gazebo turtlebot_world.launch
, however, it almost immediately dies.
It's pretty frustrating, as I've been working for this issue for a whole day now.
Here's what I get in the terminal:
[ERROR] [1523362032.530757200, 0.140000000]: Failed to load nodelet
[/depthimage_to_laserscan] of type
[depthimage_to_laserscan/DepthImageToLaserScanNodelet] even after refreshing
the cache: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[ERROR] [1523362032.532002600, 0.140000000]: The error before refreshing the
cache was: Failed to load library
/opt/ros/kinetic/lib//libDepthImageToLaserScanNodelet.so. Make sure that you
are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that
names are consistent between this macro and your XML. Error string: Could
not load library (Poco exception = libopencv_core3.so.3.3: cannot enable
executable stack as shared object requires: Invalid argument)
[FATAL] [1523362032.535886600, 0.150000000]: Failed to load nodelet
'/depthimage_to_laserscan` of type
`depthimage_to_laserscan/DepthImageToLaserScanNodelet` to manager
`laserscan_nodelet_manager'
[ INFO] [1523362032.705052600, 0.240000000]: Physics dynamic reconfigure
ready.
[depthimage_to_laserscan-10] process has died [pid 1086, exit code 255, cmd
/opt/ros/kinetic/lib/nodelet/nodelet load
depthimage_to_laserscan/DepthImageToLaserScanNodelet
laserscan_nodelet_manager image:=/camera/depth/image_raw scan:=/scan
__name:=depthimage_to_laserscan __log:=/home/elona/.ros/log/aefadb42-3cb7-
11e8-b57b-54ee75bf6d3f/depthimage_to_laserscan-10.log].
log file: /home/elona/.ros/log/aefadb42-3cb7-11e8-b57b-
54ee75bf6d3f/depthimage_to_laserscan-10*.log
I've followed everything from here.
windows-subsystem-for-linux ros
windows-subsystem-for-linux ros
edited Apr 10 at 13:45
Eliah Kagan
79.5k20221359
79.5k20221359
asked Apr 10 at 12:18
Elona TamakauskaitÃÂ
64
64
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023633%2fwsl-gazebo-crashes-upon-opening%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password