Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
fix: update homework by ypilseong
Browse files Browse the repository at this point in the history
  • Loading branch information
ypilseong committed May 27, 2024
1 parent c18fcfe commit aa73e48
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/cobots2024/book/projects/202121010/homework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Homework[^ypilseong]
[^ypilseong]: [양필성](https://github.com/ypilseong)


- Ubuntu 22.04
- Humble


## turtlesim


```sh
ros2 run turtlesim turtlesim_node
```


![turtlesim](./figs/turtlesim.png)


## RViz에서 MoveIT 실행


```sh
rviz2
```

rviz2 실행 결과
![openGL_error](./figs/openGL_error.png)


Nvidia driver 재설치 후 OpenGL 버전 확인


![opengl_version](./figs/opengl_version.png)


OpenGl 버전이 바뀌지 않아 RViz2 실행이 안돼서 RViz2를 통해 MoveIT 실행 불가.

0 comments on commit aa73e48

Please sign in to comment.