You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I tried this out on Fortress. It looks amazing, but unfortunately...I have found some bugs! I hope these are very helpful and informative!
I re-posted this because I realized I posted in wrong place! Oops!
On Linux, provide the outputs of the following commands:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06)
bwuk@robots:~/feagi-core/src$ echo "$DISPLAY"
:0
bwuk@robots:~/feagi-core/src$ LANG=C glxinfo -B | grep -i '\(direct rendering\|opengl\|profile\)' # might require installing mesa-utils package
direct rendering: Yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 530 (SKL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.0.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
bwuk@robots:~/feagi-core/src$ ps aux | grep Xorg
bwuk 974 0.9 0.7 1047068 61344 tty2 Sl+ Oct11 56:02 /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
bwuk 3052280 0.0 0.0 18292 664 pts/6 S+ 11:44 0:00 grep --color=auto Xorg
Bugs list
LaserScan issue
It seems like ranges doesn't produce anything from the GPU_lidar (it's currently acting like ultrasonic)
On ros2 side, I ros2 topic echo /ultrasonic0 from Fortress and the output is this:
As you can see that ranges is at 4.0 due to maximum distance and there was nothing front of the robot. On fortress, it generates glitch matrix of ranges.
Difficult to move the robot manually on gazebo
Since the video is exceed than 10 MB, here is the gif on 3 spots:
3rd gif is a full video. Due to limit MB, I converted it to gif.
Hi everyone! I tried this out on Fortress. It looks amazing, but unfortunately...I have found some bugs! I hope these are very helpful and informative!
I re-posted this because I realized I posted in wrong place! Oops!
Environment
Rendering system info:
On Linux, provide the outputs of the following commands:
Bugs list
LaserScan issue
It seems like ranges doesn't produce anything from the GPU_lidar (it's currently acting like ultrasonic)
On ros2 side, I
ros2 topic echo /ultrasonic0
from Fortress and the output is this:But when I did it on Citadel, this is what the LaserScan should look like:
As you can see that ranges is at 4.0 due to maximum distance and there was nothing front of the robot. On fortress, it generates glitch matrix of ranges.
Difficult to move the robot manually on gazebo
Since the video is exceed than 10 MB, here is the gif on 3 spots:
3rd gif is a full video. Due to limit MB, I converted it to gif.
Citadel doesn't have this one:
https://user-images.githubusercontent.com/65916520/137534771-6077ab6f-53a0-4346-bdda-86712bf2dca5.mp4
Crash on Fortress suddenly
As I was writing this bug, it crashed on me just like it did to Citadel. Which leads to this issue
The log:
bwuk@robots:~/feagi-core/third_party/gazebo/smart_car/freenove_4wd_car_description$ ign gazebo --force-version 6.0.0 -r models/sdf/freenove_smart_car.sdf
BUS received in SEGV handler
/usr/lib/ruby/ignition/cmdgazebo6.rb:438: [BUG] Segmentation fault at 0x0000000000000000
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]-- Control frame information -----------------------------------------------
c:0007 p:---- s:0060 e:000059 CFUNC :call
I'm still unable to reproduce this bug since it's also random. This was my 8th launch. There was no crash prior to this.
Minimal Scene crash
Gz scene 3D crash
vid1.mp4
Full log:
Comment
Sorry if this is a long post. I know I bring a lot of bugs to you guys lol
I really like Fortress! I look forward to use it everyday soon!! You guys did amazing job overall! Truly apperciate you!
on side note, is there any docker for this one? 👼
The text was updated successfully, but these errors were encountered: